From bbab73468e04ef3bf91e14c1bbeaea45f44bded2 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 8 Dec 2000 16:35:24 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 094cc380793..02133f8e85b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,19 @@ +2000-12-08 Stefan Monnier + + * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp) + (texinfo-filter): Removed (moved to texinfo.el). + + * textmodes/texinfo.el: Move the (require 'cl) to the front of the + file where it's more visible. + (texinfo-filter, texinfo-chapter-level-regexp): New variables + moved from texnfo-upd.el (for AUCTeX's compatibility, originally). + (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter. + (texinfo-inside-macro-p): Only catch `scan-error's. + (texinfo-inside-env-p): Make better use of the match info. + (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'. + (texinfo-insert-@end): Slight re-organization. + Also remove useless `looking-at' call. + 2000-12-08 Andrew Innes * w32-fns.el: Add clipboard support from term/w32-win.el, so it is -- 2.30.2